VObject::GetCursor

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::GetCursor - instance method  

TEMPLATE

mouseCursor = GrCursor GetCursor(Point at)  

SPECIFIERS

public virtual  

DESCRIPTION

GetCursor returns the mouse cursor shape to be set when the mouse pointer is located within the content rectangle of this. On different mouse positions different cursors may be returned. By default, this method is forwarded to the next event handler. If there is no next handler, then eCrsBoldArrow is returned. Method is sometimes overridden.  

ARGUMENTS

Point at

contains the current position of the mouse cursor. The coordinates are not relative to the origin of this
.
 

RETURN ARGUMENT

GrCursor mouseCursor

the mouse cursor shape to be set. See
enum GrCursor.
 

CATEGORIES

event handling, overrider interface

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:22 GMT, March 30, 2022